SavedYouAClick
Help save your followers a click by tweeting directly the right information, image or video from the page
什麼是SavedYouAClick?
SavedYouAClick是由xdamman開發的Chrome擴展程式,該擴展的主要功能是“Help save your followers a click by tweeting directly the right information, image or video from the page”。
擴展截圖
下載SavedYouAClick擴展crx文件
下載SavedYouAClick擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | hkgcdkbiagggeknkikljpmcnnmjamgnl |
官方網址 | https://chrome.google.com/webstore/detail/savedyouaclick/hkgcdkbiagggeknkikljpmcnnmjamgnl |
簡介 | Help save your followers a click by tweeting directly the right information, image or video from the page |
檔案大小 | 651 KB |
安裝次數 | 68 |
目前版本 | 0.0.1 |
更新時間 | 2014-08-27 |
上架時間 | 2014-08-27 |
評分 | 5.00/5 共 1 次評分 |
開發者 | xdamman |
付費類型 | free |
支援的語言 | 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 } |