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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show the original image source for google doc images."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Google Docs Show Image Source एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक URL | 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 } ] } |