Sajin
Save photos from Instagram with one click.
什么是Sajin?
Sajin是由https://kruazzan.ru开发的Chrome扩展程序,该扩展的主要功能是“Save photos from Instagram with one click.”。
扩展截图
下载Sajin扩展crx文件
下载Sajin扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Free extension Sajin allows you to save photos from Instagram just with one click.
Open the photo page in Chrome, click on the icon of extension and in a few seconds you can find the image in the Downloads folder. 扩展基本信息
| 名称 | |
| ID | bdjnmlcmojknnbkhnglijimdkmpmmpij |
| 官方URL | https://chromewebstore.google.com/detail/sajin/bdjnmlcmojknnbkhnglijimdkmpmmpij |
| 简介 | Save photos from Instagram with one click. |
| 文件大小 | 48.61 KB |
| 安装次数 | 20 |
| 当前版本 | 0.21 |
| 更新时间 | 2015-12-01 |
| 上架时间 | 2015-11-30 |
| 评分 | 4.86/5 共7次评分 |
| 开发者 | https://kruazzan.ru |
| 付费类型 | free |
| 扩展官网 | http://sajin.kruazzan.ru/en/ |
| 支持的语言 | en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Sajin",
"short_name": "Sajin",
"description": "__MSG_desc__",
"version": "0.21",
"author": "Konstantin Savinov",
"homepage_url": "http:\/\/sajin.kruazzan.ru\/",
"default_locale": "ru",
"browser_action": {
"default_icon": "icon64.png",
"default_title": "__MSG_ttl__"
},
"icons": {
"32": "icon32.png",
"48": "icon48.png",
"64": "icon64.png",
"128": "icon128.png"
},
"background": {
"scripts": [
"background.js",
"jquery.min.js"
]
},
"content_scripts": [
{
"matches": [
"https:\/\/*.instagram.com\/*"
],
"js": [
"jquery.min.js",
"content.js"
]
}
],
"permissions": [
"tabs",
"downloads",
"https:\/\/*.instagram.com\/*"
]
} | |