Just Tweet Button
Just tweet browsing site, without any other features
什麼是Just Tweet Button?
Just Tweet Button是由KaoriYa開發的Chrome擴展程式,該擴展的主要功能是“Just tweet browsing site, without any other features”。
擴展截圖
下載Just Tweet Button擴展crx文件
下載Just Tweet Button擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Very very very simple tweet button. Just tweet current site title and URL. No other features like the count. You cat get whole source codes from here: https://github.com/koron/JustTweet Changes in 1.1: * Add "tabs" permission to work with new version of Chrome. * Change prefix for page title as "»". (it will be configurable in future version)
擴展基本資訊
名稱 | Just Tweet Button |
ID | feikojefkpembojkeegfajbbfecocddd |
官方網址 | https://chromewebstore.google.com/detail/just-tweet-button/feikojefkpembojkeegfajbbfecocddd |
簡介 | Just tweet browsing site, without any other features |
檔案大小 | 10.92 KB |
安裝次數 | 7,645 |
目前版本 | 1.1 |
更新時間 | 2017-06-10 |
上架時間 | 2017-06-09 |
評分 | 4.40/5 共 42 次評分 |
開發者 | KaoriYa |
付費類型 | free |
支援的語言 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "1.1", "default_locale": "en", "description": "__MSG_extDesc__", "icons": { "16": "icon_16.png", "128": "icon_128.png" }, "browser_action": { "default_icon": "icon_16.png", "default_title": "__MSG_buttonTip__" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "permissions": [ "tabs" ] } |