Golden View Friendfeed Image Zoom
For friendfeed.com - opens a post image in a new browser tab at full size (not bookmarklet images, only native image uploads).
什麼是Golden View Friendfeed Image Zoom?
Golden View Friendfeed Image Zoom是由http://wittman.org開發的Chrome擴展程式,該擴展的主要功能是“For friendfeed.com - opens a post image in a new browser tab at full size (not bookmarklet images, only native image uploads).”。
擴展截圖
下載Golden View Friendfeed Image Zoom擴展crx文件
下載Golden View Friendfeed Image Zoom擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Extension for friendfeed.com - opens a post image in a new browser tab at full size (not bookmarklet images, only native image uploads). 擴展基本資訊
| 名稱 | |
| ID | fkgefljoincokdaeailejjamkohcjooc |
| 官方網址 | https://chrome.google.com/webstore/detail/golden-view-friendfeed-im/fkgefljoincokdaeailejjamkohcjooc |
| 簡介 | For friendfeed.com - opens a post image in a new browser tab at full size (not bookmarklet images, only native image uploads). |
| 檔案大小 | 2.04 MB |
| 安裝次數 | 175 |
| 目前版本 | 1.14 |
| 更新時間 | 2013-07-08 |
| 上架時間 | 2013-07-08 |
| 評分 | 4.73/5 共 22 次評分 |
| 開發者 | http://wittman.org |
| 付費類型 | free |
| 擴展官網 | http://wittman.org/golden-view-friendfeed-image-zoom/ |
| 支援的語言 | en |
| manifest.json | |
{
"manifest_version": 2,
"content_security_policy": "script-src 'self'; object-src 'self'",
"web_accessible_resources": [
"jquery.js",
"script.min.js",
"background.js",
"fancysettings\/source\/index.html",
"fancysettings\/source\/js\/i18n.js",
"fancysettings\/source\/js\/classes\/fancy-settings.js",
"fancysettings\/source\/js\/classes\/search.js",
"fancysettings\/source\/js\/classes\/setting.js",
"fancysettings\/source\/js\/classes\/tab.js",
"fancysettings\/source\/lib\/noconflict.js",
"fancysettings\/source\/lib\/store.js",
"fancysettings\/source\/lib\/jquery.js",
"fancysettings\/source\/lib\/mootools-core.js",
"fancysettings\/source\/manifest.js",
"fancysettings\/source\/settings.js"
],
"background": {
"page": "background.html"
},
"content_scripts": [
{
"all_frames": true,
"js": [
"jquery.js",
"script.js"
],
"matches": [
"http:\/\/friendfeed.com\/*",
"https:\/\/friendfeed.com\/*"
],
"run_at": "document_start"
}
],
"description": "For friendfeed.com - opens a post image in a new browser tab at full size (not bookmarklet images, only native image uploads).",
"icons": {
"128": "icon128.png",
"16": "icon16.png",
"32": "icon32.png",
"64": "icon64.png"
},
"options_page": "fancysettings\/source\/index.html",
"name": "Golden View Friendfeed Image Zoom",
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"default_locale": "en",
"version": "1.14"
} | |