Rabbit for Reddit by PiQue
Submit any link to Reddit
Co to jest Rabbit for Reddit by PiQue?
Rabbit for Reddit by PiQue to rozszerzenie Chrome opracowane przez https://pique.co.za, a jego główną funkcją jest „Submit any link to Reddit”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Rabbit for Reddit by PiQue
Pobierz pliki rozszerzeń Rabbit for Reddit by PiQue w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Rabbit for Reddit by PiQue |
ID | alenjohkkffpbnefpkpjplcbgihadckm |
Oficjalny URL | https://chromewebstore.google.com/detail/rabbit-for-reddit-by-piqu/alenjohkkffpbnefpkpjplcbgihadckm |
Opis | Submit any link to Reddit |
Rozmiar pliku | 17.43 KB |
Liczba instalacji | 31 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2013-12-23 |
Data Publikacji | 2013-12-23 |
Ocena | 4.00/5 Łącznie 1 Oceny |
Deweloper | https://pique.co.za |
Typ Płatności | free |
Strona Rozszerzenia | http://pique.co.za |
Obsługiwane Języki | 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" } |