Google Docs Show Image Source
Show the original image source for google doc images.
什麼是Google Docs Show Image Source?
Google Docs Show Image Source是由Jeremy Hay開發的Chrome擴展程式,該擴展的主要功能是“Show the original image source for google doc images.”。
擴展截圖
下載Google Docs Show Image Source擴展crx文件
下載Google Docs Show Image Source擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Adds links to view or copy the original images used in a google doc. This extension is tied pretty closely to the current implementation of google docs. Therefore, this extension is likely to break. If this happens please file an issue on github: https://github.com/jeremypepper/google-doc-image-links-extension/issues and I'll try to fix it asap.
擴展基本資訊
名稱 | Google Docs Show Image Source |
ID | gkaedlofdpjmokmeoihckjkinfjcilkf |
官方網址 | https://chromewebstore.google.com/detail/google-docs-show-image-so/gkaedlofdpjmokmeoihckjkinfjcilkf |
簡介 | Show the original image source for google doc images. |
檔案大小 | 37.28 KB |
安裝次數 | 258 |
目前版本 | 0.0.21 |
更新時間 | 2016-01-28 |
上架時間 | 2016-01-27 |
評分 | 3.40/5 共 5 次評分 |
開發者 | Jeremy Hay |
付費類型 | free |
擴展官網 | https://github.com/jeremypepper/google-doc-image-links-extension |
說明頁面URL | https://github.com/jeremypepper/google-doc-image-links-extension/issues |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.21", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/docs.google.com\/*" ], "css": [ "styles\/main.css" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ] } |