SavedYouAClick
Help save your followers a click by tweeting directly the right information, image or video from the page
Was ist SavedYouAClick?
SavedYouAClick ist eine Chrome-Erweiterung, die von xdamman entwickelt wurde, und ihr Hauptmerkmal ist "Help save your followers a click by tweeting directly the right information, image or video from the page".
Erweiterungsscreenshots
SavedYouAClick-Erweiterungs-CRX-Datei herunterladen
Laden Sie SavedYouAClick-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | hkgcdkbiagggeknkikljpmcnnmjamgnl |
Offizielle URL | https://chrome.google.com/webstore/detail/savedyouaclick/hkgcdkbiagggeknkikljpmcnnmjamgnl |
Beschreibung | Help save your followers a click by tweeting directly the right information, image or video from the page |
Dateigröße | 651 KB |
Installationsanzahl | 68 |
Aktuelle Version | 0.0.1 |
Letztes Update | 2014-08-27 |
Veröffentlichungsdatum | 2014-08-27 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | xdamman |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |