Retwddit
A button for Twitter to quickly copy in the correct format for Reddit
Co je Retwddit?
Retwddit je rozšíření Chrome vyvinuté Gianluca Bobbio (aka cheese_maniac), a jeho hlavní funkcí je „A button for Twitter to quickly copy in the correct format for Reddit“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Retwddit
Stáhněte si soubory rozšíření Retwddit ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
A button for Twitter to quickly copy in the correct format for Reddit. In the buttons section you will see the reddit button. Click it, and an alert will appear with this format: [FullName] TweetText Url. Just remember to cut the Url for the Url section. New tweets loaded will have a button too! Psst, if you want to contribute, I have a PayPal account with [email protected], and that would be great! thanks! :) You cand send your questions or recommendations to [email protected] So, happy use! and sorry for bad english!
Základní Informace o Rozšíření
Název | |
ID | faahhamckjlbjomeojfbimmeflangelk |
Oficiální URL | https://chrome.google.com/webstore/detail/retwddit/faahhamckjlbjomeojfbimmeflangelk |
Popis | A button for Twitter to quickly copy in the correct format for Reddit |
Velikost souboru | 73.8 KB |
Počet instalací | 37 |
Aktuální Verze | 2 |
Poslední Aktualizace | 2015-07-21 |
Datum Vydání | 2015-07-21 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | Gianluca Bobbio (aka cheese_maniac) |
Typ Platby | free |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Retwddit", "description": "A button for Twitter to quickly copy in the correct format for Reddit", "version": "2", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/twitter.com\/*", "https:\/\/twitter.com\/*" ], "js": [ "jquery-2.1.4.min.js", "retwddit.js" ], "css": [ "retwddit.css" ] } ] } |