Linkagram
Gets a link to Instagram picture
Linkagramとは何ですか?
LinkagramはTrevor Arjeskiによって開発されたChromeの拡張機能で、その主な機能は「Gets a link to Instagram picture」です。
拡張機能のスクリーンショット
Linkagram拡張機能のCRXファイルをダウンロード
Linkagram拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Adds button for each post on Instagram.com for copying direct link to the media.
**NOTE**: if you have used Instagram.com before, you may need to clear your browser cache before using this extension.
Thanks! 拡張機能の基本情報
| 名前 | |
| ID | ckijnclmiikidkaogfhcenmpacacomdi |
| 公式URL | https://chrome.google.com/webstore/detail/linkagram/ckijnclmiikidkaogfhcenmpacacomdi |
| 説明 | Gets a link to Instagram picture |
| ファイルサイズ | 254 KB |
| インストール数 | 45 |
| 現在のバージョン | 1.0.2 |
| 最終更新日 | 2016-01-20 |
| 公開日 | 2016-01-20 |
| 評価 | 5.00/5 合計 5 レビュー |
| 開発者 | Trevor Arjeski |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Linkagram",
"manifest_version": 2,
"version": "1.0.2",
"description": "Gets a link to Instagram picture",
"permissions": [
"tabs",
"*:\/\/*.instagram.com\/*",
"*:\/\/instagram.com\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.instagram.com\/*",
"*:\/\/instagram.com\/*"
],
"js": [
"inject.js"
],
"css": [
"linkbox.css"
]
}
],
"web_accessible_resources": [
"getlink.js",
"link.png"
],
"icons": {
"16": "logo16.png",
"48": "logo48.png",
"128": "logo.png"
}
} | |