Go Back   Google Chrome Forums > Google Chrome > Chrome Plugins


http://chromeplugins.org/frwrdicon.jpg
Top Tip : Click here to Boost Your PC & Chrome Browsing Speed
Reply
 
Thread Tools Display Modes
  #1  
Old 07-17-2009, 08:19 PM
pcki11's Avatar
Senior Member
 
Join Date: Jun 2009
Posts: 214
Default [Ext] Smile Manager

Extension : Smile Manager
Developer : pcki11
Latest Version : 0.2.21 beta
Browser Compatibility : dev versions with crx support
Download Latest Version : smile_manager.crx

Description : Shows your external smileys using bbcode, allowing to copy their bbcode at any time. To copy, just click the image, and press Ctrl+C afterwards. Then you can paste it into the forums' message box, smileys will reappear by themselves.
To change to your own set of smileys, change smiles.js, located in the extension folder:
Code:
\Google\Chrome\User Data\Default\Extensions\jjefinffljbamlijggcnkpaldofpbacj\0.2.20


Features:
  • small sized toolstrip with smileys
  • add your own smiley set
  • get bbcode with a click on a smiley

Aditional Note:
This is still in development, i just think i need a little help here. The user interface is not so good, and adding a custom smiley set is a pain right now.
Settings file, smiles.js, by default conatains this:
Code:
smile=[
"http://pcki11.farx.ru/sm/k1/img/ap.gif",
"http://pcki11.farx.ru/sm/k1/img/ba.gif",
"http://pcki11.farx.ru/sm/k1/img/be.gif",
"http://pcki11.farx.ru/sm/k1/img/bl.gif",
"http://pcki11.farx.ru/sm/k1/img/cr.gif",
"http://pcki11.farx.ru/sm/k1/img/fi.gif",
"http://pcki11.farx.ru/sm/k1/img/gl.gif",
"http://pcki11.farx.ru/sm/k1/img/id.gif",
"http://pcki11.farx.ru/sm/k1/img/ki.gif",
"http://pcki11.farx.ru/sm/k1/img/kz.gif",
"http://pcki11.farx.ru/sm/k1/img/nu.gif",
"http://pcki11.farx.ru/sm/k1/img/ok.gif",
"http://pcki11.farx.ru/sm/k1/img/oo.gif",
"http://pcki11.farx.ru/sm/k1/img/pr.gif",
"http://pcki11.farx.ru/sm/k1/img/sl.gif",
"http://pcki11.farx.ru/sm/k1/img/us.gif",
"http://pcki11.farx.ru/sm/k1/img/xd.gif",
"http://pcki11.farx.ru/sm/k1/img/ya.gif"
];
All you have to do to add you own smileys, is to change the links to the images, which are best viewed if they are 20x20 pixels. You can use my generator, to generate your own smiley set.

! Attention !
  • Check if the paths are correct, put them into the address bar of the browser and if it is displayed, then you typed it right.
  • Every path must be in quotes
  • After each smiley, not including the last one, you have to put , (comma)
  • After editing smiles.js close all open windows of Chrome to see the changes

Feel free to comment, even if you dont like it, dont need it or hate it) I know, this is not something needed a lot but I would really appreciate feedback
Issues, if any, can be posted here, as well as in this thread.

ps. credits go to Waha for her savelib.js, thanks a lot

Screenshots :

Last edited by pcki11; 08-10-2009 at 09:46 PM..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 07-17-2009, 10:47 PM
Waha's Avatar
Senior Member
 
Join Date: Apr 2009
Location: Oregon
Posts: 599
Default

Ah glad someone used that. ^^; I was planning to release it separately outside of Chrome Gestures, just hadn't yet.
Could you make the smile array have complete URLs? So we can upload our own smilies places and put them in there, without affecting the smilies that are already there.
__________________
~ Projects ~
Specialized: Carapass Auction Watcher
Libraries: bliplib
Tools: manifest syntax highlighting & snippits
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 07-17-2009, 11:20 PM
pcki11's Avatar
Senior Member
 
Join Date: Jun 2009
Posts: 214
Default

it can be complete ones, just make sure setUrl equals ""
btw, the js file could be placed in the extension folder, then you just enter its filename.. but i think it is a bit more complicated to do than just upload it somewhere.

Last edited by pcki11; 07-17-2009 at 11:50 PM..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 07-18-2009, 12:39 AM
Waha's Avatar
Senior Member
 
Join Date: Apr 2009
Location: Oregon
Posts: 599
Default

Quote:
Originally Posted by pcki11 View Post
it can be complete ones, just make sure setUrl equals ""
...
Oh, duh. ^^;
__________________
~ Projects ~
Specialized: Carapass Auction Watcher
Libraries: bliplib
Tools: manifest syntax highlighting & snippits
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 07-18-2009, 01:03 AM
pcki11's Avatar
Senior Member
 
Join Date: Jun 2009
Posts: 214
Default

Quote:
Originally Posted by Waha View Post
Ah glad someone used that. ^^; I was planning to release it separately outside of Chrome Gestures, just hadn't yet.
oh and i changed it a bit, just to allow removing cookies.
Code:
function saveData(i,name,data){
	var exdate=new Date();
	if(i) exdate.setDate(exdate.getDate()+366);
	else exdate.setDate(exdate.getDate()-366);
	exdate = exdate.toGMTString();
	document.cookie = name+"="+escape(data)+";expires="+exdate;
}
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6  
Old 07-18-2009, 01:51 AM
Waha's Avatar
Senior Member
 
Join Date: Apr 2009
Location: Oregon
Posts: 599
Default

Oh I guess I should probably add a function for that.
__________________
~ Projects ~
Specialized: Carapass Auction Watcher
Libraries: bliplib
Tools: manifest syntax highlighting & snippits
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7  
Old 07-19-2009, 02:37 AM
Clouds's Avatar
Senior Member
 
Join Date: Apr 2009
Location: in a box
Posts: 180
Send a message via MSN to Clouds
Red face

Sorry to be wasting your time with noob questions but I'm having trouble adding smiles, from this forum. So I get the smiles url: http://www.chromeplugins.org/google/...cons/icon#.gif (#=1-14) And I make a file called smiles.js, in which I put:
Quote:
var setUrl="http://www.chromeplugins.org/google/images/icons";
var smile=new Array();
smile=[
"icon6.gif",
"icon7.gif",
"icon8.gif",
"icon9.gif",
"icon10.gif",
"icon11.gif",
"icon12.gif"
];
Then I right click the sm.html and edit the top part so it now looks like this:
Quote:
<html>
<head>
<script type="text/javascript" src="scroll.js"> </script>
<script type="text/javascript" src="savelib.js"> </script>
<script type="text/javascript" src="smiles.js"> </script>
<script type="text/javascript">
function init_def()
. And I quit Chrome and run it again and only the default smiles are there. So I'm probably doing some silly mistake but I have no clue since I know only little html. So can someone point me in the right direction.

Last edited by Clouds; 07-19-2009 at 02:40 AM..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8  
Old 07-19-2009, 03:15 AM
pcki11's Avatar
Senior Member
 
Join Date: Jun 2009
Posts: 214
Default

change your first line in smiles.js to this:
Code:
var setUrl="http://www.chromeplugins.org/google/images/icons/";
and no need in editing sm.html, just ctrl-click any smile in the toolstrip, and enter the path to where you put your smiles.js. (just "smiles.js" if you put it in smile managers folder - \Google\Chrome\User Data\Default\Extensions\jjefinffljbamlijggcnkpaldofpbacj\0.1.1)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9  
Old 07-19-2009, 03:46 AM
Clouds's Avatar
Senior Member
 
Join Date: Apr 2009
Location: in a box
Posts: 180
Send a message via MSN to Clouds
Default

Sorry to bother you again but I'm having problems. Here's what the code in smiles.js file looks like:
Quote:
var setUrl="http://www.chromeplugins.org/google/images/smilies/";
var smile=new Array();
smile=[
"mad.gif",
"tongue.gif",
"wink.gif",
"smile.gif",
"redface.gif",
"biggrin.gif",
"frown.gif",
"confused.gif",
"rolleyes.gif",
"eek.gif",
"cool.gif"
];
And my Smiley Manager says: Wait...
What did I do wrong this time?
Imma uninstall and install the extension again see if it helps.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10  
Old 07-19-2009, 03:50 AM
sulasno's Avatar
Super Moderator
 
Join Date: Sep 2008
Location: Bangkok
Posts: 1,742
Default

am I to understand that this extension would enable me to hijack similes from other fourms for use with every forum? that's pretty cool ^^^

do I create a new smiles.js and put it here?
C:\Documents and Settings\user\Local Settings\Application Data\Google\Chrome\User Data\Default\Extensions\jjefinffljbamlijggcnkpaldofpbacj

Last edited by sulasno; 07-19-2009 at 04:09 AM..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Similar Threads
Thread Thread Starter Forum Replies Last Post
FTP manager tasos_e Chrome Plugins 14 11-27-2009 02:30 PM
How to install download manager mao Plugins Troubleshooting 2 08-04-2009 03:51 PM
Download Manager that really works? Tiby312 Chrome Talk 0 05-13-2009 09:39 AM
Download Manager in Chrome? stimpe Chrome Plugins 8 03-18-2009 07:12 AM
Bookmark manager TREPE Chrome Plugins 0 11-15-2008 09:22 AM




Chrome Central - Chrome Talk - Chrome Tips and Tricks - Chrome Plugins - Chrome Themes - Chrome Tools - Bugs and Vulnerabilities - Chrome Tech - General Chat


All times are GMT. The time now is 02:11 PM.


Powered by vBulletin® Version 3.7.4 PL1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Google Chrome and Google™ is a Trademark of Google Inc
This site chromeplugins.org is not affiliated with or sponsored by Google Inc.
Thanks: Taree SEO Forum and John