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 |
官方URL | 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" ] } |