Pinboard.in: Better Keyboard
Adds many popular, logical keyboard shortcuts to Pinboard.in ('?' will show them).
Pinboard.in: Better Keyboard क्या है?
Pinboard.in: Better Keyboard https://dpeck.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds many popular, logical keyboard shortcuts to Pinboard.in ('?' will show them)."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Pinboard.in: Better Keyboard एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The issues causing some users to give low reviews have been resolved. Please consider updating and re-submitting a new review. Thanks! :)
* Fixed # to delete functionality. Tightened up some other things.
* Fixed an annoying bug where editing tags/bookmark would remove focus, preventing navigation.
* Fixed an issue where deleting a bookmark would cause some wonkyness.
* Fixed keyboard nav on search results page.
These are advanced keyboard shortcuts for bookmarking site http://pinboard.in/
? = Show help.
Navigation
n or ] = next bookmark/note
p or [ = previous bookmark/note
+ = add new URL
shift-n = add a new note
g then * = go to starred
g then p = go to private
g then l = leap to a new tag (comma separated)
g then w = go to written notes
Selected Bookmark/Note
e = edit bookmark
t = edit tags
s = toggle star
# = delete
x = mark as read (done)
[enter] or o = open selected
[shift-enter] = open selected in a new tab
v = open cached version
shift-v = open cached version in new tab
c (then cmd-c) = copy selected bookmark/note url
Others
h = toggle hiding of clutter (minify view)
\ = enter 'type-ahead' mode
shift-\ = enter 'filter out' mode एक्सटेंशन की मूल जानकारी
| नाम | |
| ID | omdiafgajiepgkfepfoahogbjcdofele |
| आधिकारिक URL | https://chromewebstore.google.com/detail/pinboardin-better-keyboar/omdiafgajiepgkfepfoahogbjcdofele |
| विवरण | Adds many popular, logical keyboard shortcuts to Pinboard.in ('?' will show them). |
| फ़ाइल का आकार | 61.86 KB |
| स्थापना संख्या | 54 |
| वर्तमान संस्करण | 1.64 |
| अंतिम अपडेट | 2013-11-22 |
| प्रकाशन तिथि | 2013-11-22 |
| रेटिंग | 3.43/5 कुल 7 रेटिंग्स |
| डेवलपर | https://dpeck.net |
| भुगतान के प्रकार | free |
| एक्सटेंशन वेबसाइट | http://dpeck.net/pinboard/ |
| सहायता पृष्ठ URL | http://dpeck.net/pinboard/ |
| समर्थित भाषाएँ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Pinboard.in: Better Keyboard",
"version": "1.64",
"manifest_version": 2,
"description": "Adds many popular, logical keyboard shortcuts to Pinboard.in ('?' will show them).",
"icons": {
"64": "icon-128.png",
"48": "icon-48.png",
"32": "icon-32.png"
},
"permissions": [
"tabs",
"http:\/\/pinboard.in\/*",
"https:\/\/pinboard.in\/*"
],
"background": {
"scripts": [
"init.js"
]
},
"content_scripts": [
{
"matches": [
"http:\/\/pinboard.in\/*",
"https:\/\/pinboard.in\/*"
],
"css": [
"styles.css"
],
"js": [
"jquery.js",
"start.js"
]
}
],
"web_accessible_resources": [
"jquery.js"
]
} | |