Rabbit for Reddit by PiQue
Submit any link to Reddit
Cos'è Rabbit for Reddit by PiQue?
Rabbit for Reddit by PiQue è un'estensione di Chrome sviluppata da https://pique.co.za, e la sua funzione principale è "Submit any link to Reddit".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Rabbit for Reddit by PiQue
Scarica i file di estensione Rabbit for Reddit by PiQue in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Rabbit for Reddit adds a page action to your address bar allowing you to share your current page to Reddit from the Chrome address bar.
Nothing fancy in this version, just a simple submit to Reddit button that will allow you to share links like any other blog button. Informazioni di Base sull'Estensione
| Nome | |
| ID | alenjohkkffpbnefpkpjplcbgihadckm |
| URL Ufficiale | https://chromewebstore.google.com/detail/rabbit-for-reddit-by-piqu/alenjohkkffpbnefpkpjplcbgihadckm |
| Descrizione | Submit any link to Reddit |
| Dimensione del File | 17.43 KB |
| Conteggio Installazioni | 31 |
| Versione Corrente | 0.1 |
| Ultimo Aggiornamento | 2013-12-23 |
| Data di Pubblicazione | 2013-12-23 |
| Valutazione | 4.00/5 Totale 1 Valutazioni |
| Sviluppatore | https://pique.co.za |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://pique.co.za |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Rabbit for Reddit by PiQue",
"description": "Submit any link to Reddit",
"version": "0.1",
"manifest_version": 2,
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"page_action": {
"default_title": "Rabbit for Reddit! Submit this URL to Reddit.",
"default_icon": {
"16": "rabbit16.png",
"19": "rabbit19.png",
"38": "rabbit38.png",
"128": "rabbit128.png"
}
},
"icons": {
"16": "rabbit16.png",
"19": "rabbit19.png",
"38": "rabbit38.png",
"128": "rabbit128.png"
},
"permissions": [
"tabs",
"*:\/\/*\/*"
],
"options_page": "options.html"
} | |