ChangeTip Extension
ChangeTip - Tip your favorite content with Bitcoin
Co to jest ChangeTip Extension?
ChangeTip Extension to rozszerzenie Chrome opracowane przez changetip, a jego główną funkcją jest „ChangeTip - Tip your favorite content with Bitcoin”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia ChangeTip Extension
Pobierz pliki rozszerzeń ChangeTip Extension 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
ChangeTip is a Love Button for the internet. The ChangeTip extension allows you to easily tip users with the click of a button, rather than requiring that you remember the syntax. To start off, tipping is supported on reddit and twitter, but tipping across other sites is coming very soon! New in changetip 0.0.1.3: - updated interface, now consistent across all sites we support! - tip on YouTube! New in changetip 0.0.1.2: - tip on Twitter! - moniker autocompletion support!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | aekebfoinnjlnibmommlgnaicgkcihnk |
Oficjalny URL | https://chrome.google.com/webstore/detail/changetip-extension/aekebfoinnjlnibmommlgnaicgkcihnk |
Opis | ChangeTip - Tip your favorite content with Bitcoin |
Rozmiar pliku | 358 KB |
Liczba instalacji | 88 |
Aktualna Wersja | 0.0.1.3 |
Ostatnia Aktualizacja | 2015-02-19 |
Data Publikacji | 2015-02-19 |
Ocena | 4.83/5 Łącznie 12 Oceny |
Deweloper | changetip |
Typ Płatności | free |
Strona Rozszerzenia | https://www.changetip.com |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ChangeTip Extension", "short_name": "ChangeTip", "version": "0.0.1.3", "manifest_version": 2, "description": "ChangeTip - Tip your favorite content with Bitcoin", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "BabelExt.js", "vendor\/zepto.min.js", "vendor\/complete.ly.1.0.1.js", "core.js", "sites\/reddit.js", "sites\/twitter.js", "sites\/youtube.js", "extension.js" ], "css": [ "changetip.css" ] } ], "web_accessible_resources": [ "images\/*", "fonts\/*" ], "icons": { "48": "images\/logo-48.png", "128": "images\/logo-128.png" }, "permissions": [ "tabs", "contextMenus", "notifications" ] } |