Permalinker
Right click → Save to cloud → Permalink on your clipboard.
Permalinker란 무엇입니까?
Permalinker은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Right click → Save to cloud → Permalink on your clipboard."입니다.
확장 프로그램 스크린샷
Permalinker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
[NOT FOR AVERAGE JOEs] → Save images on the web to your cloud storage account just by right clicking the image and then you will have a permanent link that you can share with your friends! 1. Right click 2. Hit "Permalink to cloud!" 3. Permanent link will be copied to your clipboard. → INSTALLING BACKEND SERVER: This plugin is for nerds, not the Average Joe. You need to own an account from a cloud hosting service (Amazon, Azure etc.) and able to start a web application in a server to have this running. Please find the server code and installation instructions here: https://github.com/ahmetalpbalkan/permalinker After successfully having the server enter deployed application's URL to Settings like this: http://hostname/api/1 then hit 'Save and Close'. After that point any link, any image or any URL written as text can be uploaded to your cloud storage account with just one click! Feel free to send pull requests! Source code for this Chrome plugin is here: https://github.com/ahmetalpbalkan/permalinker-chrome Enjoy!
확장 프로그램 기본 정보
이름 | Permalinker |
ID | gbojiplhnhbhfhhkjacacijiglpmcpbh |
공식 URL | https://chromewebstore.google.com/detail/permalinker/gbojiplhnhbhfhhkjacacijiglpmcpbh |
설명 | Right click → Save to cloud → Permalink on your clipboard. |
파일 크기 | 135 KB |
설치 횟수 | 61 |
현재 버전 | 0.0.2 |
최근 업데이트 | 2014-03-15 |
출시 날짜 | 2014-03-14 |
개발자 | Unknown |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://alp.im |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Permalinker", "version": "0.0.2", "manifest_version": 2, "description": "Right click \u2192 Save to cloud \u2192 Permalink on your clipboard.", "homepage_url": "http:\/\/alp.im", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "page": "src\/bg\/background.html", "persistent": true }, "options_page": "src\/options_custom\/index.html", "permissions": [ "contextMenus" ] } |