Glo Web Clipper
A web clipper for GitKraken Glo boards.
Glo Web Clipper क्या है?
Glo Web Clipper Jasper van Merle द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A web clipper for GitKraken Glo boards."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Glo Web Clipper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Clip it, describe it and save it to a GitKraken Glo card. Use Glo Web Clipper to easily capture snippets of the web to a new or existing GitKraken Glo card. Optionally, you can also include a link to the website you're on and write a description about the clipped content or the link. Clipping options: - "Visible page" will take a screenshot of everything that's currently visible. - "Full page" will take a screenshot of the full page, including everything that is not visible. - "Selection" will allow you to freely select a rectangle to clip on the currently visible page. Saving options: - Create a new card using Glo Web Clipper and attach the clipped content as a comment on the newly created card. - Add the clipped content to an existing card as a comment.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ikfmgfnieohkknpbninokpleohjpbjbl |
आधिकारिक URL | https://chrome.google.com/webstore/detail/glo-web-clipper/ikfmgfnieohkknpbninokpleohjpbjbl |
विवरण | A web clipper for GitKraken Glo boards. |
फ़ाइल का आकार | 59.61 KB |
स्थापना संख्या | 56 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2019-04-11 |
प्रकाशन तिथि | 2019-04-08 |
डेवलपर | Jasper van Merle |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/jmerle/glo-web-clipper |
सहायता पृष्ठ URL | https://github.com/jmerle/glo-web-clipper/issues |
गोपनीयता नीति पृष्ठ URL | https://gist.github.com/jmerle/5f446afd17b51328e2a87aee6b475358 |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Glo Web Clipper", "description": "A web clipper for GitKraken Glo boards.", "version": "1.0.2", "author": "Jasper van Merle", "homepage_url": "https:\/\/github.com\/jmerle\/glo-web-clipper", "permissions": [ "storage", "tabs", "activeTab", "https:\/\/gloapi.gitkraken.com\/*" ], "icons": { "16": "icons\/icon-16.png", "19": "icons\/icon-19.png", "20": "icons\/icon-20.png", "24": "icons\/icon-24.png", "32": "icons\/icon-32.png", "38": "icons\/icon-38.png", "48": "icons\/icon-48.png", "64": "icons\/icon-64.png", "96": "icons\/icon-96.png", "128": "icons\/icon-128.png" }, "content_scripts": [ { "matches": [ " |