Permalinker
Right click → Save to cloud → Permalink on your clipboard.
Permalinkerคืออะไร?
Permalinker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Right click → Save to cloud → Permalink on your clipboard."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Permalinker
ดาวน์โหลดไฟล์ส่วนขยาย Permalinker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
[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" ] } |