Permalinker

Right click → Save to cloud → Permalink on your clipboard.

什么是Permalinker?

Permalinker是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Right click → Save to cloud → Permalink on your clipboard.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Permalinker扩展crx文件

下载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 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"
    ]
}