Harpoon for Instagram
Download any image or video from Instagram using Harpoon for Instagram. Just click the blue buoy icon displayed in the address bar.
Harpoon for Instagram란 무엇입니까?
Harpoon for Instagram은(는) http://angelolicastro.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download any image or video from Instagram using Harpoon for Instagram. Just click the blue buoy icon displayed in the address bar."입니다.
확장 프로그램 스크린샷
Harpoon for Instagram 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Download any image or video from Instagram using the Harpoon for Instagram (https://github.com/angelolicastro/harpoon-for-instagram) Google Chrome extension. Just click the blue buoy icon that is displayed in the address bar of any Instagram post. Harpoon for Instagram is copyright Angelo Licastro (http://angelolicastro.com). Harpoon for Instagram is not affiliated with Instagram. The Harpoon for Instagram name is compliant with the Instagram Identity Guide (https://www.instagram-brand.com) (specifically, the Naming Apps and Products section). Instagram is copyright Instagram. The blue buoy icon was generated by FA2PNG (http://fa2png.io). FA2PNG converts Font Awesome (http://fontawesome.io) icons to PNG. Font Awesome is copyright Dave Gandy. FA2PNG is copyright Jannik Weyrich (http://jannikweyrich.com) and Stephan Groß (http://www.minddust.com).
확장 프로그램 기본 정보
이름 | |
ID | lkkabbnbhcbhadokgoanblepoadnkmio |
공식 URL | https://chrome.google.com/webstore/detail/harpoon-for-instagram/lkkabbnbhcbhadokgoanblepoadnkmio |
설명 | Download any image or video from Instagram using Harpoon for Instagram. Just click the blue buoy icon displayed in the address bar. |
파일 크기 | 10.77 KB |
설치 횟수 | 151 |
현재 버전 | 0.0.2 |
최근 업데이트 | 2016-02-20 |
출시 날짜 | 2016-02-20 |
평점 | 1.00/5 총 2 개의 평점 |
개발자 | http://angelolicastro.com |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Angelo Licastro", "background": { "persistent": false, "scripts": [ "background.js" ] }, "description": "Download any image or video from Instagram using Harpoon for Instagram. Just click the blue buoy icon displayed in the address bar.", "homepage_url": "https:\/\/github.com\/angelolicastro\/harpoon-for-instagram", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "manifest_version": 2, "name": "Harpoon for Instagram", "page_action": { "default_icon": { "38": "icons\/icon38.png" }, "default_title": "Harpoon for Instagram" }, "permissions": [ "*:\/\/instagram.com\/p\/*", "*:\/\/www.instagram.com\/p\/*", "tabs" ], "version": "0.0.2" } |