Linkagram
Gets a link to Instagram picture
What is Linkagram?
Linkagram is a Chrome extension developed by Trevor Arjeski, and its main feature is "Gets a link to Instagram picture".
Extension Screenshots
Download Linkagram Extension CRX File
Download Linkagram extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | ckijnclmiikidkaogfhcenmpacacomdi |
Official URL | https://chrome.google.com/webstore/detail/linkagram/ckijnclmiikidkaogfhcenmpacacomdi |
Description | Gets a link to Instagram picture |
File Size | 254 KB |
Installation Count | 45 |
Current Version | 1.0.2 |
Last Updated | 2016-01-20 |
Publish Date | 2016-01-20 |
Rating | 5.00/5 Total 5 Ratings |
Developer | Trevor Arjeski |
Payment Type | free |
Supported Languages | 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" } } |