Linkenstein
With this extension you can copy URLs with their titles. Also, it allows to get shorter versions of URLs.
什么是Linkenstein?
Linkenstein是由Mykola Bespaliuk开发的Chrome扩展程序,该扩展的主要功能是“With this extension you can copy URLs with their titles. Also, it allows to get shorter versions of URLs.”。
扩展截图
下载Linkenstein扩展crx文件
下载Linkenstein扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
With this extension you can copy URLs with their titles. Also, it allows to get shorter versions of URLs. - For selected URL shortening service press the trigger key (see options) before calling context menu of a link. - Google's URL shortener also writes shortened links into personal history (if you have a Google account and are currently logged in) - To copy URL and title of current page you can call the context menu in any "free" space on the page.
扩展基本信息
名称 | Linkenstein |
ID | jemblnlfaakimlhnakdccmbokcoilmej |
官方URL | https://chromewebstore.google.com/detail/linkenstein/jemblnlfaakimlhnakdccmbokcoilmej |
简介 | With this extension you can copy URLs with their titles. Also, it allows to get shorter versions of URLs. |
文件大小 | 42.41 KB |
安装次数 | 170 |
当前版本 | 1.0.10 |
更新时间 | 2014-04-16 |
上架时间 | 2014-04-16 |
评分 | 3.50/5 共16次评分 |
开发者 | Mykola Bespaliuk |
付费类型 | free |
支持的语言 | en,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_AppName__", "version": "1.0.10", "description": "__MSG_AppDesc__", "default_locale": "en", "permissions": [ "contextMenus", "clipboardRead", "clipboardWrite", "*:\/\/*\/*" ], "background": { "persistent": false, "page": "background.html" }, "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/ssl.google-analytics.com; object-src 'self'", "options_page": "options.html", "content_scripts": [ { "matches": [ " |