Add To Serious
Serious, at your fingertips.
什么是Add To Serious?
Add To Serious是由http://serious.io开发的Chrome扩展程序,该扩展的主要功能是“Serious, at your fingertips.”。
扩展截图
下载Add To Serious扩展crx文件
下载Add To Serious扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Ever stumbled across an awesome GIF and wished you could instantly save it? This chrome extension adds a "Add to Serious" option to the menu when you right click on a GIF.
Quickly add a caption, tags, or just stash it in your collections for quick access later.
New: We've added an icon to the actions bar for one-click access to your collected GIFs! This makes it easy to drag and drop your GIFs directly into emails or anything else you can imagine. 扩展基本信息
| 名称 | |
| ID | efpbkhgelmmcmpgkgdkmlkjjclgddpdi |
| 官方URL | https://chrome.google.com/webstore/detail/add-to-serious/efpbkhgelmmcmpgkgdkmlkjjclgddpdi |
| 简介 | Serious, at your fingertips. |
| 文件大小 | 609 KB |
| 安装次数 | 38 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2016-01-05 |
| 上架时间 | 2016-01-05 |
| 评分 | 4.43/5 共7次评分 |
| 开发者 | http://serious.io |
| 付费类型 | free |
| 扩展官网 | https://serious.io |
| 帮助页面URL | https://serious.io/pages/faq |
| 支持的语言 | en |
| manifest.json | |
{
"name": "__MSG_appNameLite__",
"description": "__MSG_appDescLite__",
"default_locale": "en",
"version": "1.0.1",
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"browser_action": {
"default_icon": {
"16": "data\/serious-16.png",
"48": "data\/serious-48.png"
},
"default_title": "Serious",
"default_popup": "data\/popup.html"
},
"permissions": [
"tabs",
"storage",
"clipboardRead",
"clipboardWrite",
"contextMenus",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"background": {
"scripts": [
"data\/jquery.js",
"data\/common.js",
"data\/add_to_serious_backgroundscript.js"
]
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"css": [
"data\/add_to_serious_contentscript.css"
],
"js": [
"data\/jquery.js",
"data\/common.js",
"data\/add_to_serious_contentscript.js"
]
}
],
"icons": {
"16": "data\/serious-16.png",
"48": "data\/serious-48.png",
"128": "data\/serious-128.png",
"512": "data\/serious-512.png"
},
"content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
} | |