SavedYouAClick
Help save your followers a click by tweeting directly the right information, image or video from the page
Co to jest SavedYouAClick?
SavedYouAClick to rozszerzenie Chrome opracowane przez xdamman, a jego główną funkcją jest „Help save your followers a click by tweeting directly the right information, image or video from the page”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SavedYouAClick
Pobierz pliki rozszerzeń SavedYouAClick 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
This chrome extension adds a new option in your contextual menu to let you tweet any text selection, image or video from the page. The image is uploaded natively to Twitter so that it shows up directly in the feed. It will also automatically try to find the original tweet from the publisher so that your tweet can reference it.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | hkgcdkbiagggeknkikljpmcnnmjamgnl |
Oficjalny URL | https://chrome.google.com/webstore/detail/savedyouaclick/hkgcdkbiagggeknkikljpmcnnmjamgnl |
Opis | Help save your followers a click by tweeting directly the right information, image or video from the page |
Rozmiar pliku | 651 KB |
Liczba instalacji | 68 |
Aktualna Wersja | 0.0.1 |
Ostatnia Aktualizacja | 2014-08-27 |
Data Publikacji | 2014-08-27 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | xdamman |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SavedYouAClick", "version": "0.0.1", "description": "Help save your followers a click by tweeting directly the right information, image or video from the page", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "webNavigation", "activeTab", "contextMenus", "http:\/\/*\/", "https:\/\/*\/" ], "minimum_chrome_version": "6.0.0.0", "icons": { "16": "img\/SavedYouAClick-16.png", "48": "img\/SavedYouAClick-48.png", "64": "img\/SavedYouAClick-64.png", "128": "img\/SavedYouAClick-128.png" }, "manifest_version": 2 } |